Updated for filesel changes.
authorOwen Taylor <otaylor@redhat.com>
Mon, 18 Feb 2002 02:34:58 +0000 (02:34 +0000)
committerOwen Taylor <otaylor@src.gnome.org>
Mon, 18 Feb 2002 02:34:58 +0000 (02:34 +0000)
Sun Feb 17 21:33:33 2002  Owen Taylor  <otaylor@redhat.com>

        * gtk/gtk-sections.txt: Updated for filesel changes.

docs/reference/ChangeLog
docs/reference/gtk/gtk-sections.txt
docs/reference/gtk/tmpl/gtkbindings.sgml
docs/reference/gtk/tmpl/gtkfilesel.sgml
docs/reference/gtk/tmpl/gtknotebook.sgml
docs/reference/gtk/tmpl/gtkpaned.sgml
docs/reference/gtk/tmpl/gtkrange.sgml
docs/reference/gtk/tmpl/gtkscrolledwindow.sgml
docs/reference/gtk/tmpl/gtkspinbutton.sgml

index 34c44f52e15bc59283161a66bfdf30feeb8807b0..13bc0125b38d3c7147f17be46eb8d36b1aaa7f57 100644 (file)
@@ -1,3 +1,7 @@
+Sun Feb 17 21:33:33 2002  Owen Taylor  <otaylor@redhat.com>
+
+       * gtk/gtk-sections.txt: Updated for filesel changes.
+
 2002-02-05  Matthias Clasen  <maclas@gmx.de>
 
        * gtk/tmpl/gtkrc.sgml: Update the description of RC file loading
index a436aca1a9c4ea33129590235bbbad1323dadcb1..e99997c90ff5d0ebd935a336284199fa52974608 100644 (file)
@@ -861,6 +861,9 @@ gtk_file_selection_get_filename
 gtk_file_selection_complete
 gtk_file_selection_show_fileop_buttons
 gtk_file_selection_hide_fileop_buttons
+gtk_file_selection_get_selections
+gtk_file_selection_set_select_multiple
+gtk_file_selection_get_select_multiple
 <SUBSECTION Standard>
 GTK_FILE_SELECTION
 GTK_IS_FILE_SELECTION
index e790765b32b3f8d705a1a5c4759e3360037dcf30..de8fd6af4f50ac6ef3b988e36cafe078c7612788 100644 (file)
@@ -26,6 +26,7 @@ Bindings
 @class_branch_pspecs: 
 @entries: 
 @current: 
+@parsed: 
 
 <!-- ##### STRUCT GtkBindingEntry ##### -->
 <para>
index 55d1f4191fb2360ba360000559cd807a15615692..43671d1bfe48b541981ff90f496c0088b9d1926f 100644 (file)
@@ -178,6 +178,33 @@ Hides the file operation buttons that normally appear at the top of the dialog.
 @filesel: a #GtkFileSelection.
 
 
+<!-- ##### FUNCTION gtk_file_selection_get_selections ##### -->
+<para>
+
+</para>
+
+@filesel: 
+@Returns: 
+
+
+<!-- ##### FUNCTION gtk_file_selection_set_select_multiple ##### -->
+<para>
+
+</para>
+
+@filesel: 
+@select_multiple: 
+
+
+<!-- ##### FUNCTION gtk_file_selection_get_select_multiple ##### -->
+<para>
+
+</para>
+
+@filesel: 
+@Returns: 
+
+
 <!-- ##### ARG GtkFileSelection:show-fileops ##### -->
 <para>
 
@@ -188,3 +215,8 @@ Hides the file operation buttons that normally appear at the top of the dialog.
 
 </para>
 
+<!-- ##### ARG GtkFileSelection:select-multiple ##### -->
+<para>
+
+</para>
+
index 96c321bbcb409dd5522f884fcb94abc6cc46e775..d72d1f0ac12c2e22921dd00d38357e6f4553d57d 100644 (file)
@@ -407,6 +407,7 @@ gtk_notebook_set_current_page() instead.
 
 @notebook: the object which received the signal.
 @arg1: 
+<!-- # Unused Parameters # -->
 @Returns: 
 
 <!-- ##### SIGNAL GtkNotebook::focus-tab ##### -->
@@ -414,6 +415,15 @@ gtk_notebook_set_current_page() instead.
 
 </para>
 
+@notebook: the object which received the signal.
+@arg1: 
+@Returns: 
+
+<!-- ##### SIGNAL GtkNotebook::move-focus-out ##### -->
+<para>
+
+</para>
+
 @notebook: the object which received the signal.
 @arg1: 
 
index 1e3b1df6b8c8ec0c96089ab436ac6c3f711913c9..e731c2038ca39a9caf08e0116ba69f8b0cb3b4d2 100644 (file)
@@ -154,6 +154,57 @@ gutter (the area between the two panes). It does nothing now.
 @Returns: 
 
 
+<!-- ##### SIGNAL GtkPaned::accept-position ##### -->
+<para>
+
+</para>
+
+@paned: the object which received the signal.
+@Returns: 
+
+<!-- ##### SIGNAL GtkPaned::cancel-position ##### -->
+<para>
+
+</para>
+
+@paned: the object which received the signal.
+@Returns: 
+
+<!-- ##### SIGNAL GtkPaned::cycle-child-focus ##### -->
+<para>
+
+</para>
+
+@paned: the object which received the signal.
+@arg1: 
+@Returns: 
+
+<!-- ##### SIGNAL GtkPaned::cycle-handle-focus ##### -->
+<para>
+
+</para>
+
+@paned: the object which received the signal.
+@arg1: 
+@Returns: 
+
+<!-- ##### SIGNAL GtkPaned::move-handle ##### -->
+<para>
+
+</para>
+
+@paned: the object which received the signal.
+@arg1: 
+@Returns: 
+
+<!-- ##### SIGNAL GtkPaned::toggle-handle-focus ##### -->
+<para>
+
+</para>
+
+@paned: the object which received the signal.
+@Returns: 
+
 <!-- ##### ARG GtkPaned:position ##### -->
 <para>
 
index 97474de2ae15c211f9e167d0775289c211f5c33c..8805af8ccd1658260d5eafdf830c1620817fffbf 100644 (file)
@@ -112,6 +112,14 @@ GtkRange
 @value: 
 
 
+<!-- ##### SIGNAL GtkRange::adjust-bounds ##### -->
+<para>
+
+</para>
+
+@range: the object which received the signal.
+@arg1: 
+
 <!-- ##### SIGNAL GtkRange::move-slider ##### -->
 <para>
 Virtual function that moves the slider. Used for keybindings.
index 62de378149a46857746c9f3889af0270b83bad3d..350dce9cf066d5eff5c2e175898ce61d723b95c1 100644 (file)
@@ -225,6 +225,23 @@ Sets the #GtkAdjustment for the vertical scrollbar.
 @Returns: 
 
 
+<!-- ##### SIGNAL GtkScrolledWindow::move-focus-out ##### -->
+<para>
+
+</para>
+
+@scrolledwindow: the object which received the signal.
+@arg1: 
+
+<!-- ##### SIGNAL GtkScrolledWindow::scroll-child ##### -->
+<para>
+
+</para>
+
+@scrolledwindow: the object which received the signal.
+@arg1: 
+@arg2: 
+
 <!-- ##### ARG GtkScrolledWindow:hadjustment ##### -->
 <para>
 Horizontal adjustment. See gtk_scrolled_window_set_hadjustment(), gtk_scrolled_window_get_hadjustment().
index 0cc323b2694969d4b24ef8f9b08bfbe02d4bdbb9..f2cc4cf27f7fcda34a804499c348d19b8cccc0d5 100644 (file)
@@ -401,6 +401,14 @@ use gtk_spin_button_get_value() instead.
 
 
 
+<!-- ##### SIGNAL GtkSpinButton::change-value ##### -->
+<para>
+
+</para>
+
+@spinbutton: the object which received the signal.
+@arg1: 
+
 <!-- ##### SIGNAL GtkSpinButton::input ##### -->
 <para>